pow.ivyclient
Class IvyConnectionExeption

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pow.ivyclient.IvyConnectionExeption
All Implemented Interfaces:
java.io.Serializable

public class IvyConnectionExeption
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
IvyConnectionExeption(java.lang.String res)
          create an ivy exception with a particular message
 
Method Summary
 java.lang.String toString()
          display the exception on stdout
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IvyConnectionExeption

public IvyConnectionExeption(java.lang.String res)
create an ivy exception with a particular message

Parameters:
res - the message
Method Detail

toString

public java.lang.String toString()
display the exception on stdout

Overrides:
toString in class java.lang.Throwable